Skip to main content

Customization

Customizable Resources

  • The color of Videocall screens can be customized with your app's color styles, its customization is based on following color resource:
    <color name="colorPrimary" tools:ignore="ResourceName"><YOUR_PRIMARY_COLOR></color>
  • The 3 steps of init videocall screen can be overwritten in strings.xml, if you set as empty some string, the bullet will be gone:
    <string name="meetingdoctors_vc_init_videocall_step1"><YOUR_TEXT></string>
<string name="meetingdoctors_vc_init_videocall_step2"><YOUR_TEXT></string>
<string name="meetingdoctors_vc_init_videocall_step3"><YOUR_TEXT></string>